func runtime.netpollopen

2 uses

	runtime (current package)
		netpoll.go#L272: 	errno := netpollopen(fd, pd)
		netpoll_epoll.go#L49: func netpollopen(fd uintptr, pd *pollDesc) uintptr {